PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services


   

Standard Icon Badge Constants

Icon Services defines constants for a number of standard badges. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example. For a description of badging, see Using Badges .

enum {
    kAppleScriptBadgeIcon= FOUR_CHAR_CODE('scrp'),
    kLockedBadgeIcon= FOUR_CHAR_CODE('lbdg'),
    kMountedBadgeIcon= FOUR_CHAR_CODE('mbdg'),
    kSharedBadgeIcon= FOUR_CHAR_CODE('sbdg'),
    kAliasBadgeIcon= FOUR_CHAR_CODE('abdg')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)